home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / oddech / cars / KartingRace v1.02.exe / {app} / Configuration.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2002-12-30  |  9KB  |  446 lines

  1. object Form1: TForm1
  2.   Left = 255
  3.   Top = 139
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'KartingRace Configuration'
  7.   ClientHeight = 443
  8.   ClientWidth = 483
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GroupBox3: TGroupBox
  24.     Left = 328
  25.     Top = 168
  26.     Width = 145
  27.     Height = 97
  28.     Caption = 'Gamma:'
  29.     TabOrder = 2
  30.     object gamma: TTrackBar
  31.       Left = 8
  32.       Top = 24
  33.       Width = 129
  34.       Height = 25
  35.       Hint = 'Gamma correction'
  36.       Max = 100
  37.       Orientation = trHorizontal
  38.       Frequency = 10
  39.       Position = 0
  40.       SelEnd = 0
  41.       SelStart = 0
  42.       TabOrder = 0
  43.       ThumbLength = 15
  44.       TickMarks = tmBottomRight
  45.       TickStyle = tsAuto
  46.     end
  47.   end
  48.   object GroupBox1: TGroupBox
  49.     Left = 8
  50.     Top = 8
  51.     Width = 145
  52.     Height = 113
  53.     Caption = 'Resolution:'
  54.     TabOrder = 0
  55.     object resolution: TComboBox
  56.       Left = 16
  57.       Top = 24
  58.       Width = 113
  59.       Height = 21
  60.       Hint = 'Screenresolution (width x height)'
  61.       ItemHeight = 13
  62.       ItemIndex = 0
  63.       TabOrder = 0
  64.       Text = '640x480'
  65.       Items.Strings = (
  66.         '640x480'
  67.         '800x600'
  68.         '1024x768'
  69.         '1152x864'
  70.         '1280x960'
  71.         '1600x1200')
  72.     end
  73.     object depth_16bit: TRadioButton
  74.       Left = 16
  75.       Top = 56
  76.       Width = 105
  77.       Height = 17
  78.       Hint = '16bit screendepth'
  79.       Caption = '16bit'
  80.       Enabled = False
  81.       TabOrder = 1
  82.     end
  83.     object depth_32bit: TRadioButton
  84.       Left = 16
  85.       Top = 80
  86.       Width = 105
  87.       Height = 17
  88.       Hint = '32bit screendepth'
  89.       Caption = '32bit'
  90.       TabOrder = 2
  91.     end
  92.   end
  93.   object GroupBox2: TGroupBox
  94.     Left = 168
  95.     Top = 8
  96.     Width = 145
  97.     Height = 113
  98.     Caption = 'Detail:'
  99.     TabOrder = 1
  100.     object detail_low: TRadioButton
  101.       Left = 16
  102.       Top = 24
  103.       Width = 105
  104.       Height = 17
  105.       Hint = 'Low detail'
  106.       Caption = 'Low'
  107.       TabOrder = 0
  108.     end
  109.     object detail_medium: TRadioButton
  110.       Left = 16
  111.       Top = 48
  112.       Width = 105
  113.       Height = 17
  114.       Hint = 'Medium detail'
  115.       Caption = 'Medium'
  116.       TabOrder = 1
  117.     end
  118.     object detail_high: TRadioButton
  119.       Left = 16
  120.       Top = 72
  121.       Width = 105
  122.       Height = 17
  123.       Hint = 'High detail'
  124.       Caption = 'High'
  125.       TabOrder = 2
  126.     end
  127.   end
  128.   object GroupBox4: TGroupBox
  129.     Left = 168
  130.     Top = 136
  131.     Width = 145
  132.     Height = 153
  133.     Caption = 'Shadows:'
  134.     TabOrder = 3
  135.     object shadows_off: TRadioButton
  136.       Left = 16
  137.       Top = 24
  138.       Width = 113
  139.       Height = 17
  140.       Hint = 'Shadows off'
  141.       Caption = 'Off'
  142.       TabOrder = 0
  143.     end
  144.     object shadows_mapped: TRadioButton
  145.       Left = 16
  146.       Top = 48
  147.       Width = 113
  148.       Height = 17
  149.       Hint = 'Mapped textures'
  150.       Caption = 'Mapped'
  151.       TabOrder = 1
  152.     end
  153.     object shadows_projected: TRadioButton
  154.       Left = 16
  155.       Top = 72
  156.       Width = 113
  157.       Height = 17
  158.       Hint = 'Projected textures'
  159.       Caption = 'Projected'
  160.       TabOrder = 2
  161.     end
  162.     object shadows_dynamicprojected: TRadioButton
  163.       Left = 16
  164.       Top = 96
  165.       Width = 113
  166.       Height = 17
  167.       Hint = 'Dynamic projected textures'
  168.       Caption = 'Dynamic Projected'
  169.       TabOrder = 3
  170.     end
  171.     object shadows_track: TCheckBox
  172.       Left = 16
  173.       Top = 120
  174.       Width = 97
  175.       Height = 17
  176.       Hint = 'Track barrier casts shadows'
  177.       Caption = 'Track'
  178.       Checked = True
  179.       State = cbChecked
  180.       TabOrder = 4
  181.     end
  182.   end
  183.   object GroupBox5: TGroupBox
  184.     Left = 328
  185.     Top = 8
  186.     Width = 145
  187.     Height = 145
  188.     Caption = 'Audio:'
  189.     TabOrder = 4
  190.     object sound_effects: TCheckBox
  191.       Left = 8
  192.       Top = 24
  193.       Width = 97
  194.       Height = 17
  195.       Hint = 'Sound effects'
  196.       Caption = 'Effects'
  197.       Checked = True
  198.       State = cbChecked
  199.       TabOrder = 0
  200.       OnClick = sound_effectsClick
  201.     end
  202.     object sound_music: TCheckBox
  203.       Left = 8
  204.       Top = 80
  205.       Width = 97
  206.       Height = 17
  207.       Hint = 'Music'
  208.       Caption = 'Music'
  209.       Checked = True
  210.       State = cbChecked
  211.       TabOrder = 1
  212.       OnClick = sound_musicClick
  213.     end
  214.     object sound_effectsvolume: TTrackBar
  215.       Left = 8
  216.       Top = 48
  217.       Width = 129
  218.       Height = 25
  219.       Hint = 'Sound effects volume'
  220.       Max = 100
  221.       Orientation = trHorizontal
  222.       Frequency = 10
  223.       Position = 0
  224.       SelEnd = 0
  225.       SelStart = 0
  226.       TabOrder = 2
  227.       ThumbLength = 15
  228.       TickMarks = tmBottomRight
  229.       TickStyle = tsAuto
  230.     end
  231.     object sound_musicvolume: TTrackBar
  232.       Left = 8
  233.       Top = 104
  234.       Width = 129
  235.       Height = 25
  236.       Hint = 'Music volume'
  237.       Max = 100
  238.       Orientation = trHorizontal
  239.       Frequency = 10
  240.       Position = 0
  241.       SelEnd = 0
  242.       SelStart = 0
  243.       TabOrder = 3
  244.       ThumbLength = 15
  245.       TickMarks = tmBottomRight
  246.       TickStyle = tsAuto
  247.     end
  248.   end
  249.   object GroupBox6: TGroupBox
  250.     Left = 8
  251.     Top = 136
  252.     Width = 145
  253.     Height = 129
  254.     Caption = 'View Distance:'
  255.     TabOrder = 5
  256.     object viewdistance_near: TRadioButton
  257.       Left = 16
  258.       Top = 24
  259.       Width = 113
  260.       Height = 17
  261.       Hint = 'Near viewdistance'
  262.       Caption = 'Near'
  263.       TabOrder = 0
  264.     end
  265.     object viewdistance_medium: TRadioButton
  266.       Left = 16
  267.       Top = 48
  268.       Width = 113
  269.       Height = 17
  270.       Hint = 'Medium viewdistance'
  271.       Caption = 'Medium'
  272.       TabOrder = 1
  273.     end
  274.     object viewdistance_far: TRadioButton
  275.       Left = 16
  276.       Top = 72
  277.       Width = 113
  278.       Height = 17
  279.       Hint = 'Far viewdistance'
  280.       Caption = 'Far'
  281.       TabOrder = 2
  282.     end
  283.     object viewdistance_full: TRadioButton
  284.       Left = 16
  285.       Top = 96
  286.       Width = 113
  287.       Height = 17
  288.       Hint = 'Full viewdistance'
  289.       Caption = 'Full'
  290.       TabOrder = 3
  291.     end
  292.   end
  293.   object ok: TButton
  294.     Left = 240
  295.     Top = 408
  296.     Width = 75
  297.     Height = 25
  298.     Hint = 'Save & Exit'
  299.     Caption = '&OK'
  300.     Default = True
  301.     TabOrder = 6
  302.     OnClick = okClick
  303.   end
  304.   object about: TButton
  305.     Left = 168
  306.     Top = 408
  307.     Width = 65
  308.     Height = 25
  309.     Caption = '&About'
  310.     TabOrder = 7
  311.     OnClick = aboutClick
  312.   end
  313.   object GroupBox7: TGroupBox
  314.     Left = 8
  315.     Top = 280
  316.     Width = 145
  317.     Height = 153
  318.     Caption = 'Controls:'
  319.     TabOrder = 8
  320.     object mouse_sensitivity: TTrackBar
  321.       Left = 8
  322.       Top = 120
  323.       Width = 129
  324.       Height = 25
  325.       Hint = 'Mouse sensitivty'
  326.       Max = 8
  327.       Min = 1
  328.       Orientation = trHorizontal
  329.       Frequency = 1
  330.       Position = 1
  331.       SelEnd = 0
  332.       SelStart = 0
  333.       TabOrder = 0
  334.       ThumbLength = 15
  335.       TickMarks = tmBottomRight
  336.       TickStyle = tsAuto
  337.     end
  338.     object StaticText1: TStaticText
  339.       Left = 16
  340.       Top = 97
  341.       Width = 54
  342.       Height = 17
  343.       Caption = 'Sensitivity:'
  344.       TabOrder = 1
  345.     end
  346.     object mouse_steering: TRadioButton
  347.       Left = 16
  348.       Top = 72
  349.       Width = 113
  350.       Height = 17
  351.       Hint = 'Mouse controls (steering), combined with keyboard'
  352.       Caption = 'Mouse'
  353.       TabOrder = 2
  354.       OnClick = mouse_steeringClick
  355.     end
  356.     object joystick_steering: TRadioButton
  357.       Left = 16
  358.       Top = 24
  359.       Width = 113
  360.       Height = 17
  361.       Hint = 'Joystick controls'
  362.       Caption = 'Joystick'
  363.       TabOrder = 3
  364.       OnClick = joystick_steeringClick
  365.     end
  366.     object keyboard_steering: TRadioButton
  367.       Left = 16
  368.       Top = 48
  369.       Width = 113
  370.       Height = 17
  371.       Hint = 'Keyboard controls'
  372.       Caption = 'Keyboard'
  373.       Checked = True
  374.       TabOrder = 4
  375.       TabStop = True
  376.       OnClick = keyboard_steeringClick
  377.     end
  378.   end
  379.   object GroupBox8: TGroupBox
  380.     Left = 168
  381.     Top = 296
  382.     Width = 145
  383.     Height = 97
  384.     Caption = 'Effects:'
  385.     TabOrder = 9
  386.     object lensflare: TCheckBox
  387.       Left = 16
  388.       Top = 24
  389.       Width = 97
  390.       Height = 17
  391.       Hint = 'Sun lensflare'
  392.       Caption = 'Lensflare'
  393.       Checked = True
  394.       State = cbChecked
  395.       TabOrder = 0
  396.     end
  397.     object skidmarks: TCheckBox
  398.       Left = 16
  399.       Top = 56
  400.       Width = 97
  401.       Height = 17
  402.       Hint = 'Skidmarks from gokarts'
  403.       Caption = 'Skidmarks'
  404.       TabOrder = 1
  405.     end
  406.   end
  407.   object GroupBox9: TGroupBox
  408.     Left = 328
  409.     Top = 280
  410.     Width = 145
  411.     Height = 153
  412.     Caption = 'Presets:'
  413.     TabOrder = 10
  414.     object low: TButton
  415.       Left = 32
  416.       Top = 24
  417.       Width = 75
  418.       Height = 25
  419.       Hint = 'Low settings'
  420.       Caption = 'Low'
  421.       TabOrder = 0
  422.       OnClick = lowClick
  423.     end
  424.     object medium: TButton
  425.       Left = 32
  426.       Top = 64
  427.       Width = 75
  428.       Height = 25
  429.       Hint = 'Medium settings'
  430.       Caption = 'Medium'
  431.       TabOrder = 1
  432.       OnClick = mediumClick
  433.     end
  434.     object high: TButton
  435.       Left = 32
  436.       Top = 104
  437.       Width = 75
  438.       Height = 25
  439.       Hint = 'High settings'
  440.       Caption = 'High'
  441.       TabOrder = 2
  442.       OnClick = highClick
  443.     end
  444.   end
  445. end
  446.